home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / NTUMIN10.ARJ / SOUND.C < prev    next >
Text File  |  1989-12-23  |  126b  |  11 lines

  1. #include <dos.h>
  2.  
  3. void    errsound()
  4.  
  5. {
  6.    sound(262);
  7.    delay(100);
  8.    sound(131);
  9.    delay(200);
  10.    nosound();
  11. }